home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 143
/
(Vol 143) Nov 15 2011.iso
/
Games
/
rubenlandia.swf
/
scripts
/
frame_9
/
PlaceObject2_129_164
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2011-11-15
|
455b
|
23 lines
onClipEvent(enterFrame){
this._x += n;
count++;
if(count == 70)
{
count = 0;
n = - n;
this._xscale = - this._xscale;
}
if(this.hitTest(_root.hero))
{
_root.vides -= 1;
_root.playGame = false;
_root.hero.gotoAndStop(3);
barreta = 100 - _root.vides;
_root.barra.gotoAndStop(barreta);
if(_root.vides == 0)
{
_root.gotoAndPlay(19);
}
}
}